From: Eli Zaretskii Date: Sat, 16 Dec 2006 12:23:00 +0000 (+0000) Subject: (Windows Keyboard): Clarify `w32-recognize-altgr' effect. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~3421 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2d0f64ef11fab77ee22b44eb3bcdb5cb652c9f4a;p=emacs.git (Windows Keyboard): Clarify `w32-recognize-altgr' effect. --- diff --git a/man/msdog.texi b/man/msdog.texi index d92929ea04e..016e04c6b0a 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -425,11 +425,12 @@ its normal effect: for example, @kbd{@key{Lwindow}} opens the @vindex w32-recognize-altgr @kindex AltGr @r{(MS-Windows)} @cindex AltGr key (MS-Windows) - The variable @code{w32-recognize-altgr} controls whether the right -@key{Alt} and left @key{Ctrl} keys are recognized as the @key{AltGr} -key. The default is @code{t}, which means these keys produce -@code{AltGr}; setting them to @code{nil} causes these keys to be -interpreted normally (as the respective modifiers). + The variable @code{w32-recognize-altgr} controls whether the +combination of the right @key{Alt} and left @key{Ctrl} keys pressed +together is recognized as the @key{AltGr} key. The default is +@code{t}, which means this key combination produces @code{AltGr}; +setting it to @code{nil} causes this key combination to be interpreted +normally (as the combination of @key{CTRL} and @key{META} modifiers). @end ifnottex @node Windows Mouse